(x_draw_relief_rect): Remove unused variable `dpy'.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 15 May 2008 09:35:33 +0000 (09:35 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 15 May 2008 09:35:33 +0000 (09:35 +0000)
src/macterm.c

index 3a96410634ea5cd04f26467ae5b271a008b28472..2e57efeb4326edb6208969024a72fde9ff4e9aeb 100644 (file)
@@ -3351,7 +3351,6 @@ x_draw_relief_rect (f, left_x, top_y, right_x, bottom_y, width,
      int top_p, bot_p, left_p, right_p, raised_p;
      Rect *clip_rect;
 {
-  Display *dpy = FRAME_MAC_DISPLAY (f);
   int i;
   GC gc;